home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / _iconhelp / !IconHelp / Help / 2 < prev    next >
Encoding:
Text File  |  1994-08-29  |  2.5 KB  |  75 lines

  1. !iconhelp
  2. TXT
  3. IconHelp - A multimedia help application.
  4.   This utility is designed to complement Acorn's
  5. interactive help program, especially suitable for suites of
  6. programs (like my cricket ones) which define several
  7. filetypes. It's also useful for applications which have
  8. lots of buttons with sprites, as a replacement for a !help
  9. text or as a way of splitting up large !helps.
  10.   Quite simply, IconHelp displays several 'filer icon'
  11. sized icons, which, when double-clicked, reveal either a
  12. help text like this one, display a sprite or a drawfile, or
  13. run a file/application.
  14.   IconHelp is freeware, and can be freely distributed: the
  15. program may not be altered in any way, and all files must be
  16. included along with the application.
  17.   IconHelp uses Jon Ribbens of DoggySoft's WimpExtension
  18. module, which it expects to find in your System:Modules
  19. directory.
  20.   To customize IconHelp, open the sub-directory 'Help
  21. Docs'. Each icon that you see when you run the program
  22. corresponds to a numbered text file (type &fff) in here.
  23. The first line of the file is the name of the sprite (in
  24. the wimp pool) to be displayed. The second line is a
  25. three-letter action code:
  26.  
  27. TXT
  28. ~~~
  29. A standard helpwindow like this one. The next line contains
  30. the string to put in the icon next to the sprite at the
  31. top, and the rest of the file is your text - produced in a
  32. text editor with wordwrap on, width 59 characters.
  33.  
  34. SPR 
  35. ~~~ 
  36. Display a sprite in a window. The next line contains the
  37. name of the spritefile, in the 'HelpáDocs' directory, where
  38. the sprite is, and the next line the name of the sprite
  39. needed. You will need ColorTrans loaded in order to plot
  40. 256 colour sprites.
  41.  
  42. DRW
  43. ~~~
  44. Display a drawfile in a window. The next line contains the
  45. name of the drawfile, in the 'HelpáDocs' directory. You
  46. will need FPEmulator & ColorTrans loaded. Drawfile
  47. displaying is, unfortunately, minimal at the moment; you'd
  48. probably be better off RUN-ning it, to load it into draw.
  49.  
  50. RUN
  51. ~~~
  52. This will run the file specified in the next line of text.
  53. This must be located in the 'Help Docs' directory.
  54. (Thanks or something must go to Luke Badrick for this one.)
  55.  
  56. Files *MUST* end with a return! 
  57.  
  58. Forthcoming improvements
  59. ~~~~~~~~~~~~~~~~~~~~~~~~ 
  60. 1: Better draw support; 
  61. 2: A 'SUB' action code (like a directory);  
  62. 3: A zippier text displaying routine.
  63.  
  64. You can contact me with suggestions, comments, etc. at:
  65.  
  66. 5,Hinchley Close
  67. Esher
  68. Surrey
  69. KT10-OBY
  70.  
  71. If you want to use IconHelp as a help server or whatever,
  72. please write to me for the latest version. 
  73.  
  74. ⌐ John Fairhurst, 08-22-94.
  75.